HC: make pushed columns visible
authorJakub Steiner <jimmac@gmail.com>
Wed, 29 Jul 2015 11:26:42 +0000 (13:26 +0200)
committerJakub Steiner <jimmac@gmail.com>
Wed, 29 Jul 2015 11:27:17 +0000 (13:27 +0200)
https://bugzilla.gnome.org/show_bug.cgi?id=752977

gtk/theme/HighContrast/_common.scss
gtk/theme/HighContrast/gtk.css

index f3edd2e31ecdd5132427faa2b4bbaa02ea2f7b74..714db131df382105474086508efd139c05563a7f 100644 (file)
@@ -1044,7 +1044,7 @@ column-header {
     }
     &:active {
       @extend %column_header_button;
-      color: $fg_color;
+      color: $selected_fg_color;
     }
   }
   &:last-child .button,
index bf0ea9a2fd7143dbad79bfec4743af1bd312b3f9..996f8d415ba01c60cc250898ffc3142b3a38b77c 100644 (file)
@@ -1258,7 +1258,7 @@ column-header .button {
     color: #3f3f3f;
     box-shadow: none; }
   column-header .button:active {
-    color: #000; }
+    color: #fff; }
 column-header:last-child .button, column-header:last-child.button {
   border-right-style: none; }